.e_box .nei{
    margin: 11% auto 0;
    width: 100%;
    text-align: left;
}
.a {
    color: rgba(255,255,255,1);
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 1rem;
    margin-top: 0;
    position: relative;
    font-family: arial;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.b {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0%;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}
 .e_box .a::after {
    width: 60px;
    content: '';
    background: #fff;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin-left: 0;
    left: 0%;
    height: 1px;
    display: inline-block;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 769px) {
  #content_box-1576498022638-3,#content_box-1576500158686-3{width:95% !important;}  
  
#w_tabswitchbox-1576492902862 .font span {
    display: block;
    font-size: 12px;
    -webkit-transform: scale(0.7) !important;
}


.e_box .nei{
     margin:14% 4%;
}

.e_box .b {
    margin-top: 1%;
    font-size: 22px;
}


.btn-primary {
    color: #fff;
      background-color: #0078b7;
    border-color: #0064af;
    width: 100%;
}



}